home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
GRAPHICS
/
RAYTRACING
/
POVRAY3
/
POV301
/
povray3
/
include
/
inc
/
stones
< prev
next >
Wrap
Text File
|
1996-02-11
|
429b
|
24 lines
#ifdef(Stones_Inc_Temp)
// do nothing
#else
#declare Stones_Inc_Temp = version
#version 3.0
#ifdef(View_POV_Include_Stack)
# debug "including stones.inc\n"
#end
/*
Persistence of Vision Raytracer Version 3.0
Combines stones1.inc and stones2.inc. Use only if
needed, since it will take longer to parse.
*/
#include "stones1.inc"
#include "stones2.inc"
#version Stones_Inc_Temp
#end